home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / lan / ntbdos.zip / AI-ODI.TXT < prev    next >
Text File  |  1995-07-31  |  8KB  |  191 lines

  1. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  2.                             PRODUCT:   AI-ODI.EXE
  3. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  4.  
  5. Overview:
  6.    AI-ODI.EXE is a program that binds Artisoft's AILANBIOS protocol directly 
  7.    to an ODI driver.  AI-ODI can be used in place of AI-NDIS, PROTMAN, and 
  8.    ODINSUP.  An ODI low level adapter driver is also required in place of 
  9.    the NDIS adapter driver.  By using IPX Routing, AI-ODI allows the packets 
  10.    sent by the workstation to be passed by an IPX router and then acted upon 
  11.    by another IPX-routed LANtastic machine on the other side of the router. 
  12.  
  13.  Requirements:
  14.     These requirements assume that Noderunner adapters are in the 
  15.     workstation.  If a different adapter is used, substitute the adapter's
  16.     ODI driver for NRODI in AUTOEXEC.BAT and modify the LINK DRIVER section
  17.     of NET.CFG accordingly to recognize the different card.
  18.  
  19.     Workstation:    
  20.         LSL.COM
  21.         NRODI.COM
  22.         IPXODI.COM (Optional, needed only if configuring for NCP.
  23.                         See IPX_ROUTING section of this appnote.)
  24.         AI-ODI.EXE
  25.         AILANBIO.EXE
  26.         REDIR.EXE
  27.         NET.CFG
  28.         NET.EXE
  29.  
  30.     Server:
  31.         Setup will vary depending on the type of server.  Be aware of frame
  32.         types, make sure they match on the server and the workstation.
  33.  
  34.  
  35.  
  36.  Usage:     1.  Copy all files to the \LANTASTI subdirectory, or whichever
  37.                 directory LANtastic programs reside.
  38.  
  39.             2.  Edit NET.CFG, specifying the frame type compatible with your
  40.                 network.  The frame type specifier is altered by changing
  41.                 the BIND #x line, where x denotes the line in the 
  42.                 "LINK DRIVER <ODI driver>" section that sets the frame type
  43.                 (See the sample NET.CFG below).  Note that ETHERNET_II is 
  44.                 listed first. The AI-ODI program will bind to either the 
  45.                 first frame type listed in the NET.CFG file or one that is 
  46.                 specified under a PROTOCOL AI-ODI section.  The only frame 
  47.                 types that AI-ODI will recognize are ETHERNET_II or 
  48.                 ETHERNET_802.3.  LANtastic natively uses the ETHERNET_II
  49.                 protocol and this choice should be used for a standard
  50.                 LANtastic configuration.  See the IPX Routing section of this
  51.                 appnote if LANtastic is to be configured using the 
  52.                 ETHERNET_802.3 protocol.
  53.  
  54.                 This sample NET.CFG also shows how the IPX protocol can also
  55.                 be loaded and bound to the low-level card driver.  IPX can be
  56.                 bound to any frametype listed in the NET.CFG as long as it is
  57.                 not the same frametype associated with AI-ODI.  This sample 
  58.                 NET.CFG shows IPX being bound to the ETHERNET_802.3 frame
  59.                 type.  This is acceptable because AI-ODI is using ETHERNET_II.
  60.                 If IPX is bound here to #1 (ETHERNET_II, the same frame as 
  61.                 AI-ODI) then a situation would arise where the low-level driver 
  62.                 would not know how to send the appropriate packet to the correct
  63.                 handler and the workstation would not be able to communicate
  64.                 with other LANtastic nodes.  Binding IPX to the low-level
  65.                 driver would usually be done for an NCP connection where this
  66.                 frametype is used on the NetWare server.
  67.  
  68.             3.  Load drivers in the following order, being sure that all
  69.                 previous network drivers are removed from config.sys,
  70.                 autoexec.bat, or startnet.bat:
  71.  
  72.                     a) LSL.COM
  73.                     b) NRODI.COM
  74.                     c) AI-ODI.EXE
  75.                     d) IPXODI.COM  (Optional.  Used for NCP connectivity.)
  76.                     e) AILANBIO.EXE
  77.                     f) REDIR.EXE
  78.  
  79.             4.  Run LANCHECK on the ODI machine and at least two others on the
  80.                 network for an interconnectivity check to ensure that all 
  81.                 machines are speaking to each other.
  82.        
  83.  
  84.  Sample Config Files for a standard or NCP connection using Ethernet:
  85. ---------------------------------------------------------------------
  86.         
  87.     Workstation:
  88.         NET.CFG
  89.           PROTOCOL IPX
  90.             BIND #2
  91.  
  92.           PROTOCOL AI-ODI
  93.             BIND #1
  94.  
  95.           LINK DRIVER NRODI
  96.             FRAME ETHERNET_II
  97.             FRAME ETHERNET_802.2
  98.  
  99.         
  100.         CONFIG.SYS
  101.           DEVICE=HIMEM.SYS
  102.           DEVICE=EMM386.EXE NOEMS 
  103.           FILES=50
  104.           BUFFERS=32
  105.  
  106.  
  107.         AUTOEXEC.BAT
  108.           PATH ...
  109.           PROMPT $P$G
  110.           LSL
  111.           NRODI
  112.           AI-ODI
  113.           IPXODI        (Optional. Required for NCP connection)
  114.           AILANBIO
  115.           REDIR <Machine_Name>  /NCP (NCP switch used only for NCP connection)
  116.           NET LOGIN ...
  117.           SET COMSPEC=C:\DOS\COMMAND.COM
  118.  
  119.  
  120. IPX Routing
  121. -----------
  122.  
  123. IPX Routing changes the native LANtastic packet header into an IPX type
  124. header.  This allows LANtastic packets to cross an IPX router such as a
  125. Novell MultiProtocol Router, or any other routers that pass IPX packets.
  126. However, A few issues arise that must be kept in mind.  By configuring a
  127. workstation to use IPX routing, it then communicates over the Ethernet
  128. 802.3 protocol.  The NET.CFG must also then be configured such that AI-ODI
  129. will be able to bind to the ETHERNET_802.3 frametype.  Also, all LANtastic 
  130. workstations that will communicate with a node configured for IPX_Routing 
  131. must also be configured for IPX_Routing.  It is not necessary for an 
  132. IPX_Routed workstation to use AI-ODI.  The native LANtastic drivers can be 
  133. configured by using the /IEEE and IPX_ROUTING switches on the low-level 
  134. driver and on AILANBIO.
  135.  
  136.  
  137. WARNING--If IPXODI is loaded, it must NOT bind to the ETHERNET_802.3
  138. frametype.  This causes a protocol conflict and will cause the workstation
  139. to not be able to "see" the rest of the network.  Any other frame types should
  140. be okay.
  141.  
  142.  
  143. Sample Configuration Files for an IPX Routing configuration:
  144. ------------------------------------------------------------
  145.         
  146.     Workstation:
  147.         NET.CFG
  148.           PROTOCOL IPX
  149.             BIND #2
  150.  
  151.           PROTOCOL AI-ODI
  152.             BIND #1
  153.  
  154.           LINK DRIVER NRODI
  155.             FRAME ETHERNET_802.3
  156.             FRAME ETHERNET_802.2
  157.  
  158.         
  159.         CONFIG.SYS
  160.           DEVICE=HIMEM.SYS
  161.           DEVICE=EMM386.EXE NOEMS 
  162.           FILES=50
  163.           BUFFERS=32
  164.  
  165.  
  166.         AUTOEXEC.BAT
  167.           PATH ...
  168.           PROMPT $P$G
  169.           LSL
  170.           NRODI
  171.           AI-ODI/IPX_ROUTING
  172.           IPXODI        (Optional. Required for NCP connection.)
  173.           AILANBIO/IPX_ROUTING
  174.           REDIR <Machine_Name> /NCP (NCP switch optional)
  175.           NET LOGIN ...
  176.           NET USE ...
  177.           SET COMSPEC=C:\COMMAND.COM
  178.  
  179.  
  180. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  181.  
  182. If you have any difficulties, please contact Artisoft Technical Support at
  183. (520) 670-7000.
  184.  
  185. Brand names are trademarks or registered trademarks of their respective
  186. companies.
  187.  
  188. LANtastic is a trademark of Artisoft, Inc.  All rights reserved.
  189.  
  190. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  191.